home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / finance / fndrs30a.zip / REPORTS.BAT < prev    next >
DOS Batch File  |  1992-11-01  |  929b  |  47 lines

  1. echo off
  2. clear screen
  3. echo.
  4. echo.
  5. echo.
  6. echo.
  7. echo                     PREPARING FILES
  8. cd \fundrais\demo\reports
  9. erase transmit.dbf
  10. erase demo1.dbf
  11. cls
  12. copy *.db? *.ab?
  13. erase *.ntx
  14. cls
  15. path=\fundrais
  16. SET CLIPPER=F37
  17. fundrais
  18. erase *.db?
  19. cls
  20. rename *.ab? *.db?
  21. cd \fundrais
  22. echo off
  23. cls
  24. echo.
  25. echo The reports demonstration is finished.
  26. echo.
  27. echo.
  28. ECHO The data entry entry demonstration is the next logical step.
  29. echo.
  30. echo It works just like this one did to step you through an
  31. echo.
  32. echo explanation of entering information.
  33. echo.
  34. Echo From this "fundrais" prompt, just type
  35. echo.
  36. echo                             dataentr
  37. echo.
  38. echo For hands on experience, work through the tutorial.
  39. echo.
  40. echo Print the tutorial instructions by typing 
  41. echo.
  42. echo                             tutorial
  43. echo.
  44. echo Print the entire manual by typing
  45. echo.
  46. echo                             manual
  47.